[TPM] Allow all tests of the xm test suite to be run when ACM
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 15:08:58 +0000 (16:08 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 15:08:58 +0000 (16:08 +0100)
commit8917832a55d01ea649c7d6a0265ccb3177098280
tree77b4fc98f56b2191732676f85de06f54e001fbc1
parentb77b89e80e3194eb162d1f42c747b8fd10374985
[TPM] Allow all tests of the xm test suite to be run when ACM
security is turned on in hypervisor. This is done by implicitly
labeling VMs and resources if they have not been labeled through
explicit calls.
To allow the xm tests suite to label resources automatically, run

./configure --enable-full-labeling

once. To turn it off, the '--enable-full-labeling' parameter should be
omitted.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/README
tools/xm-test/lib/XmTestLib/XenDomain.py
tools/xm-test/lib/XmTestLib/acm.py
tools/xm-test/lib/XmTestLib/block_utils.py
tools/xm-test/runtest.sh